Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IDLE-70] 로그인 UI및 기능 #16

Merged
merged 6 commits into from
Jul 10, 2024
Merged

[IDLE-70] 로그인 UI및 기능 #16

merged 6 commits into from
Jul 10, 2024

Conversation

J0onYEong
Copy link
Contributor

@J0onYEong J0onYEong commented Jul 10, 2024

변경사항

  • UseCase 세분화
  • 센터 로그인 기능 추가

UseCase 세분화

기존의 CenterRegisterUseCase는 유저 입력 검증및 회원가입 요청과 같은 기능을 가지고 있었습니다.
해당 기능들은 센터 뿐만 아니라 요양보호사에서도 필요합니다. 따라서 UseCase를 아래 그림과 같이 세분화하여 재사용성을 높였습니다.
Repository도 인풋을 검증하는 네트워크 요청(아이디 중복확인, 사업자 번호조회)과 로그인/회원가입에 요청을 분리하였습니다.

image

@J0onYEong J0onYEong merged commit 91a832a into develop Jul 10, 2024
1 check passed
@J0onYEong J0onYEong deleted the feature/center_login branch July 10, 2024 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant